PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioItemCollection Class / get Method
The of the portfolio item to get.
In This Topic
    get Method
    In This Topic
    Gets the portfolio item with the specified name.
    Syntax
    public PDFPortfolioItem get( 
       java.lang.String name
    )

    Parameters

    name
    The of the portfolio item to get.

    Return Value

    The portfolio item with the specified name if exists, null otherwise.
    See Also